From 06ed166aca4b6101613e84c35c6a65e9c017f250 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Thu, 14 Feb 2019 18:33:01 -0700 Subject: [PATCH] archive macos with Qt 5.12.1 (#300) instead of 5.9.7. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bfc21bc97..b9ac0bca3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,7 +84,7 @@ script: after_success: - cd ${TRAVIS_BUILD_DIR} # only deploy pushes to master or prs that target master. the prs will go to transfr.sh, the pushes go to github. - - if [ "${TRAVIS_OS_NAME}" = "osx" ] && [ "${QT_VERSION}" = "5.9.7" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh gui/objects/GPSBabel-*.dmg; fi + - if [ "${TRAVIS_OS_NAME}" = "osx" ] && [ "${QT_VERSION}" = "5.12.1" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh gui/objects/GPSBabel-*.dmg; fi branches: except: -- 2.30.2